home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1221 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  848 b 

  1. Path: news.compuserve.com!newsmaster
  2. From: 73700.776@compuserve.com (Walter C. Riley)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: (HUGE) Help!  This bug is killing me!  Anyone have any ideas?
  5. Date: Tue, 09 Jan 1996 23:10:21 GMT
  6. Organization: CompuServe Incorporated
  7. Message-ID: <4cuspl$5m5@dub-news-svc-1.compuserve.com>
  8. References: <4cjmbt$gaf@maverick.tad.eds.com>
  9. NNTP-Posting-Host: dd51-037.compuserve.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. fignet05.darrins@eds.com (Darrin Smith) wrote:
  13.  
  14. >> much cut
  15. >>Any ideas are EXTREMELY welcome.
  16.  
  17. Darrin,
  18.  
  19. I took a semi-quick look at your code (ie, I didn't try to figure out
  20. what you were doing, I just took a quick look for possible crash
  21. causes.)
  22.  
  23. I looks like detail was not initialized - you might try:
  24.  
  25. ccun_detail *detail=new ccun_detail;
  26.  
  27. instead of
  28.  
  29. ccun_detail *detail;
  30.  
  31. FWIW, good luck,
  32. Walt
  33.  
  34.  
  35.